Skip to content

docs: fix malformed link in SECURITY.md reporting instructions - #193

Merged
robnester-rh merged 1 commit into
enterprise-contract:mainfrom
robnester-rh:EC-2134
Sep 1, 2026
Merged

docs: fix malformed link in SECURITY.md reporting instructions#193
robnester-rh merged 1 commit into
enterprise-contract:mainfrom
robnester-rh:EC-2134

Conversation

@robnester-rh

Copy link
Copy Markdown
Contributor

What

Fix the malformed markdown link in SECURITY.md's "Reporting a Vulnerability"
section.

Why

The link was [instructions]([url](URL)URL) — a nested [url](...) plus a
duplicated bare URL — which renders broken. Corrected to a normal
[instructions](URL) pointing at GitHub's private-vulnerability-reporting
guide.

This is the org-wide default SECURITY.md (enterprise-contract/.github),
inherited by all org repos, so the fix benefits every repo's Security tab.

Co-Authored-By: Claude noreply@anthropic.com
Ref: EC-2134

The "instructions" link contained a nested, duplicated URL
(`[instructions]([url](URL)URL)`) that rendered broken. Correct it to a
normal `[instructions](URL)` pointing at GitHub's private
vulnerability-reporting guide.

Co-Authored-By: Claude <noreply@anthropic.com>
Ref: EC-2134
@robnester-rh
robnester-rh merged commit 1ea044d into enterprise-contract:main Sep 1, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant